File: pfc_n_cst_selectionattrib.sru
Size: 624
Date: Sun, 16 Mar 2025 05:42:20 +0100
//objectcomments PFC Selection attributes
forward
global type pfc_n_cst_selectionattrib from n_cst_baseattrib
end type
end forward

global type pfc_n_cst_selectionattrib from n_cst_baseattrib autoinstantiate
end type

type variables
Public:
any   ia_returnval[]
any   ia_argument[20]
string   is_dataobject
string   is_columnreturn[]
string   is_title
n_tr     itr_object
any   ipo_data[]    // #11015 changed from powerobject to any because of gpfs (assign any[] of any[] to powerobject[])


end variables

on pfc_n_cst_selectionattrib.create
call super::create
end on

on pfc_n_cst_selectionattrib.destroy
call super::destroy
end on